### TouchEventDemo ###

===========================================================================
DESCRIPTION:

This sample demonstrates the basic flow of touch and gesture events as they
are delivered to web content. As events are received corresponding bubbles
in the page light up.

===========================================================================
BUILD REQUIREMENTS:

Safari for iPhone OS 2.0 or later

===========================================================================
RUNTIME REQUIREMENTS:

Safari for iPhone OS 2.0 or later

===========================================================================
PACKAGING LIST:

styles.css -- the CSS file
script.js -- the JavaScript file, contains all event handling code

mouseevents.html -- shows mouse events as they are received
touchevents.html -- shows touch events as they are received
gestureevents.html -- shows gesture events as they are received
touchandgestureevents.html -- shows both touch and gesture events as they are received

===========================================================================
CHANGES FROM PREVIOUS VERSIONS:

Version 1.0
- First version.

===========================================================================
Copyright (C) 2010 Apple Inc. All rights reserved.
